home *** CD-ROM | disk | FTP | other *** search
- Ping.doc
-
- NAME
-
- Ping
- ====
-
- SYNOPSIS
-
- Ping
-
- FUNCTION
-
- This program sets up a REXX server for a pleasant sounding 'Ping'
- noise. The duration, frequency and volume can be adjusted.
-
- ARGUMENTS
-
- None
-
- ADDITIONAL CONSIDERATIONS
-
- This program opens a REXX port that one may send messages to.
- There are currently three different commands: BEEP, SET and QUIT.
- The SET command allows setting the defaults of duration, frequency,
- and volume in arguments 1, 2, and 3 of the REXX message, respectively
- (the command itself being in argument 0). The volume function is
- duplicated in the BEEP function as argument 1.
- This program detaches from the CLI.
-
- For an example of setting parameters, see also SetPing.rexx.
-
- BUGS
-
- None known.
-
- AUTHOR/DATE
-
- W.G.J. Langeveld, 3 December 1988
-
-